home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00204_Script_GESTION_LOCZ_NEGATIF < prev    next >
Text File  |  2004-12-05  |  463b  |  15 lines

  1. global gJLM_W
  2. property p_cettePiste, p_Nodepiste,p_nom_Acteur,pNo
  3. ----------------------------------
  4. on getPropertyDescriptionList(me)
  5.   return [#pNo:[#comment:"No virtuel de piste: ",#format:#integer,#default:-100]]
  6. end
  7. ----------------------------------
  8. on beginsprite me
  9.   p_Nodepiste = me.spriteNum
  10.   p_cettePiste = sprite(p_Nodepiste)
  11.   p_nom_Acteur = p_cettePiste.member.name
  12.   p_cettePiste.locZ = pNo
  13. end
  14. ----------------------------------- 
  15.